home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
Poll
< prev
next >
Wrap
Text File
|
1996-04-11
|
530b
|
20 lines
PROCshell_PollSetInterval()
=> int interval between null wimp
polls in centi-seconds
Effectively the time between calls to
PROCshell_DoBackgroundTask.
--------------------------------------------------------
PROCshell_EnsurePoll
=> None
Ensures that any pending events have been processed,
for example to be sure that a window is really open.
Can also be used to provide multitasking (i.e. other
tasks get a chance to perform processing during a
lengthy operation)
--------------------------------------------------------